home *** CD-ROM | disk | FTP | other *** search
/ Asim CDFS 3.0 / Asim CDFS.adf / ATAPI_Driver < prev    next >
Text File  |  1996-02-01  |  4KB  |  128 lines

  1.  
  2. Using ATAPI CD-ROM drives with AsimCDFS
  3. =======================================
  4.  
  5.  
  6. The following are notes on our ATAPI CD-ROM driver software driver,
  7. asim_atapi.device.
  8.  
  9. ATAPI stands for AT Attachment Packet Interface.  It is an extension
  10. to the common ATA/IDE interface (used in both the Amiga 1200 and 
  11. Amiga 4000 computers) to allow the connection of CD-ROM drives.
  12.  
  13.  
  14.  
  15. .1  Requirements
  16. ----------------
  17.  
  18. In order for an ATAPI CD-ROM drive to work, you will need to meet
  19. the following requirements:
  20.     - an Amiga 1200 or Amiga 4000 machine;
  21.     - an ATAPI CD-ROM drive;
  22.     - AsimCDFS v3.5, or higher;
  23.     - asim_atapi.device.
  24.  
  25. Please note:  our asim_atapi.device ATAPI CD-ROM driver will work
  26. only with the built-in ATA/IDE interface found on the Amiga 1200
  27. and Amiga 4000.  No other ATA/IDE interfaces are currently supported.
  28.  
  29.  
  30. We have tested a number of ATAPI CD-ROM drives.  These are listed in the
  31. CD-ROM_Drives file on the AsimCDFS install disk.  Please note that the
  32. CD-ROM drive that you pick MUST be an ATAPI compatible drive.  A few
  33. manufacturers have released so-called IDE CD-ROM, though they in fact
  34. use proprietary interfaces.  If you have any questions about a particular
  35. CD-ROM drive, please feel free to contact us.
  36.  
  37.  
  38. AsimCDFS v3.5 has an extra addition to the CD-ROM Model option  --  select
  39. the "ATAPI CD-ROM" option when using this asim_atapi.device driver.
  40. Note that this will selected automatically by our automatic installation
  41. procedure.
  42.  
  43.  
  44. NOTE:  At this time, the ATAPI CD-ROM driver does not support autobooting.
  45. Expect this to be corrected in an upcoming version.
  46.  
  47.  
  48.  
  49. .2  Installation of the ATAPI CD-ROM Drive
  50. ------------------------------------------
  51.  
  52. The ATAPI CD-ROM drive will connect directly to the internal IDE bus
  53. on the Amiga 1200 or Amiga 4000.  Two steps will be involved in doing this:
  54. setting the configuration of the devices, and connecting the cable.
  55.  
  56.  
  57. IDE and ATAPI devices can be set to one of three different configurations:
  58.      - Master
  59.      - Slave
  60.      - Master with Slave Present
  61.  
  62. Usually jumpers or dip switches are used to set the configuration.  
  63. Your hard drive may be labeled with the jumper settings.  Otherwise, 
  64. consult your hard drive manufactuer for instructions on how to properly
  65. set the configuration.
  66.  
  67. As a maximum of two devices can be connected to an IDE bus, your 
  68. configuration will fall into one of the following three catagories:
  69.  
  70. 1 hard drive and 1 ATAPI CD-ROM drive
  71. =====================================
  72. The hard drive will be set to "Master with Slave Present".
  73. The CD-ROM drive will be set to "Slave"
  74.  
  75.  
  76. 1 ATAPI CD-ROM drive only
  77. =========================
  78. The CD-ROM drive will be set to "Master"
  79.  
  80.  
  81. 2 ATAPI CD-ROM drives
  82. =====================
  83. The first CD-ROM drive will be set to "Master with Slave Present".
  84. The second CD-ROM drive will be set to "Slave".
  85.  
  86.  
  87.  
  88. After you have set the configuration jumpers on the CD-ROM drive and
  89. hard drive, you will then have to connect the CD-ROM drive to the 
  90. IDE cable.
  91.  
  92.  
  93. The Amiga 4000 usually ships with an IDE cable that contains an extra
  94. connector.  To make sure you have the correct cable, trace the ribbon
  95. cable as it comes out of the IDE hard drive.  The cable is usually
  96. notched or keyed on one side of the connector.  If it is not, then
  97. a small arrow will be present in one of the corners - this will be
  98. pin #1.  Align the notch or pin #1 with the CD-ROM drive and press the
  99. cable together.
  100.  
  101. The Amiga 1200 requires the use of a special 44-pin to 40-pin cable.
  102. Your local Amiga dealer should be able to provide you with one.
  103.  
  104.  
  105.  
  106.  
  107. .3  Audio Connection
  108. --------------------
  109.  
  110. The Amiga 4000 has a 3-pin connector located at the far left hand
  111. corner of the motherboard (when looking from the front of the computer) 
  112. which allows you to connect an internal audio source and have it 
  113. mixed into the Amiga audio and routed out through the RCA jacks.
  114. You may wish to connect the audio from the back of your CD-ROM drive
  115. to this connector.  
  116.  
  117.  
  118.  
  119.  
  120. .4  Installation of AsimCDFS
  121. ----------------------------
  122.  
  123. The installation procedure for AsimCDFS includes an option for ATAPI
  124. CD-ROM users.  Choose "ATAPI CD-ROM on A4000/A1200" for the first
  125. question.  AsimCDFS will then automatically install the asim_atapi.device
  126. ATAPI driver to your system and enable the SCSI Inquire program to
  127. access it.
  128.